optional parameter 예문
예문
- RescaleFactor An optional parameter that is not usually included in most parts, but the option is available for resizing a part for personal use.
많은 부품에서 실제로 사용되지 않는 부가적인 값이긴 하지만, 개인적으로 부품의 크기를 변경하고 싶을때 사용하면 됩니다. - If the optional parameter is set to keep_open , it will not call close on the stream object, allowing you to close it at any later point in the execution flow.
선택적 매개변수 keep_open 이 설정되어 있다면, 스트림 객체에서 close 를 호출하지 않을 것이고, 나중에 실행 흐름 상의 어느 시점에서 스트림을 닫을 수 있습니다.